object PassphraseInputForm: TPassphraseInputForm Left = 285 Top = 170 BorderIcons = [biSystemMenu] BorderStyle = bsDialog BorderWidth = 8 Caption = 'Passphrase Input' ClientHeight = 146 ClientWidth = 594 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object lSigner: TLabel Left = 0 Top = 0 Width = 594 Height = 20 Align = alTop AutoSize = False FocusControl = cbSigner end object lPassphrase: TLabel Left = 0 Top = 56 Width = 55 Height = 13 Caption = '&Passphrase' FocusControl = cbPassphrase end object cbSigner: TComboBox Left = 0 Top = 24 Width = 593 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object bOK: TButton Left = 416 Top = 112 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object bCancel: TButton Left = 504 Top = 112 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object cbPassphrase: TEdit Left = 0 Top = 72 Width = 593 Height = 21 PasswordChar = '*' TabOrder = 1 end end